summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-10-12 05:29:57 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-10-13 18:55:41 +0200
commit3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec (patch)
tree2495d29ecb0104a7b153be9d801832ae9a93805d
parentandroid: Remove unnecessary flag to extract native libs in AndroidManifest.xml (diff)
downloadyuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.gz
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.bz2
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.lz
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.xz
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.tar.zst
yuzu-3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec.zip
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27bee40db..1108e5ae6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,9 +100,6 @@ endif()
if (ANDROID)
set(CMAKE_SKIP_INSTALL_RULES ON)
-
- # Disable standard header inclusion
- set(ANDROID_STL "none")
endif()
if (YUZU_USE_BUNDLED_VCPKG)